Hello,
is there a way to remove "unwanted" disk usage in a DOORS Module?
Following is the Scenario: 1 Create New Module Source say with 3 OLE in Object Text, 3 OLE in another Attribut DEMOAttribut. 2 Copy Module to new Module Target, delete Attribut DEMOAttribut, save Module -> result: Both Modules in Current Same Size after Save (6 OLE) 3 Make Two Baseline in Target -> result: Module Current is Size Like Module Source (6 OLE), Baseline 1 is Size like Source (6 OLE), Baseline 2 is only Size of 3 OLE plus Text
The Current now wont get smaller again. If Testmodule Target is cleaned from all OLEs the Baselines reduced to 5KB or so but the current now has size of (3OLEs in deleted Attribut)
Is there a way to clean this Used Space with DXL?
Best Regards ProgrammingRai - Thu Sep 22 07:48:43 EDT 2016 |
Re: Clean up Disk Usage Leak ?
It's a bug and will be fixed in next DOORS Release that OLE will not be deleted correctly on disk when the whole Attribute is deleted |
Re: Clean up Disk Usage Leak ? ProgrammingRai - Mon Nov 14 08:06:53 EST 2016
It's a bug and will be fixed in next DOORS Release that OLE will not be deleted correctly on disk when the whole Attribute is deleted Sure is -- try: hardDelete (module)
|
Re: Clean up Disk Usage Leak ? DOORSHAM - Mon Nov 14 08:33:05 EST 2016 Sure is -- try: hardDelete (module)
Good solution to delete doors module ;-) |